type errors.joinError

4 uses

	errors (current package)
		join.go#L25: 	e := &joinError{
		join.go#L36: type joinError struct {
		join.go#L40: func (e *joinError) Error() string {
		join.go#L51: func (e *joinError) Unwrap() []error {